home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
IEditor
/
ARexx
/
Shell.ie
< prev
Wrap
Text File
|
1997-06-17
|
319b
|
11 lines
/*
Opens a Shell on IEditor's screen
*/
address COMMAND 'Echo "Execute S:Shell-Startup" >T:Shl'
address COMMAND 'Echo "CD HD1:Developer/IEditor" >>T:Shl'
address COMMAND 'NewShell "KCON:0/100//120/InterfaceEditor Executing Shell/AUTO/CLOSE/SCREEN IEDITOR.1" FROM T:shl'
address COMMAND 'Delete T:shl'